SixBit API Schema
consignornotifiedattrGroup Attribute Group
Description
Attributes to specify a range of dates the consignor was notified about a sale.
Namespace (none)
Overview
consignornotifiedattrGroup
Attributes to specify a range of dates the consignor was notified about a sale.
consignornotifiedfrom optional xs:date
The start date/time.
consignornotifiedto optional xs:date
The end date/time.
Attributes
NameTypeUseDefaultFixedDescription
consignornotifiedfromxs:dateoptional  The start date/time.
consignornotifiedtoxs:dateoptional  The end date/time.
Source
<xs:attributeGroup name="consignornotifiedattrGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Attributes to specify a range of dates the consignor was notified about a sale.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="consignornotifiedfrom" type="xs:date">
    <xs:annotation>
      <xs:documentation>The start date/time.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="consignornotifiedto" type="xs:date">
    <xs:annotation>
      <xs:documentation>The end date/time.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.